home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
P
/
Perils of Palermo.cpt
/
Perils of Palermo
/
card_6458.txt
< prev
next >
Wrap
Text File
|
1987-11-16
|
2KB
|
113 lines
-- card: 6458 from stack: in
-- bmap block id: 4194
-- flags: 0000
-- background id: 6089
-- name: Oops
----- HyperTalk script -----
on opencard
global messagestring
global messagestring2
put empty into card field "oops"
put empty into card field "oops2"
set textfont of card field "oops" to Geneva
set textsize of card field "oops" to 14
set textfont of card field "oops2" to Geneva
set textsize of card field "oops2" to 14
Click at the loc of card field "oops"
Type messagestring
Click at the loc of card field "oops2"
Type messagestring2 & return
Type "The game is over." & return
play harpsichord tempo 300 f4 g f eb d eb c
wait until the sound is "done"
end opencard
-- part 1 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=292 top=83 right=153 bottom=487
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: Oops
-- part 2 (field)
-- low flags: 00
-- high flags: 0002
-- rect: left=292 top=184 right=254 bottom=487
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: Oops2
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=218 top=298 right=336 bottom=262
-- title width / last selected line: 0
-- icon id / first selected line: 11045 / 11045
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
go home
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=445 top=289 right=334 bottom=487
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Nick
----- HyperTalk script -----
on mouseUp
visual iris close very slowly to gray
go to first card
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=261 top=301 right=339 bottom=305
-- title width / last selected line: 65535
-- icon id / first selected line: -15707 / 49829
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
domenu Quit Hypercard
end mouseUp